home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / ccs_util.jar / com / commerceone / util / cmdline / CmdLineApp$CmdLineException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-12-09  |  859 b   |  15 lines

  1. package com.commerceone.util.cmdline;
  2.  
  3. public class CmdLineApp$CmdLineException extends Exception {
  4.    String exceptionName;
  5.  
  6.    CmdLineApp$CmdLineException(String excName, String message) {
  7.       super(message);
  8.       this.exceptionName = excName;
  9.    }
  10.  
  11.    public String getName() {
  12.       return this.exceptionName;
  13.    }
  14. }
  15.